C1.DataCollection Assembly / C1.DataCollection Namespace / C1HierarchicalDataCollection<T> Class / CanReplaceRange Method

In This Topic
CanReplaceRange Method (C1HierarchicalDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Function CanReplaceRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of T) _
) As Boolean
 

Parameters

startingIndex
items
See Also